home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000103_news@columbia.edu_Thu Nov 10 03:51:17 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA25177
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 10 Nov 1994 04:52:15 -0500
  3. Received: by apakabar.cc.columbia.edu id AA23959
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 10 Nov 1994 04:52:13 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!news.mathworks.com!udel!gatech!howland.reston.ans.net!vixen.cso.uiuc.edu!prairienet.org!jwarner
  6. From: jwarner@prairienet.org (Jack E. Warner)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: if busy hangup and try again ...
  9. Date: 10 Nov 1994 03:51:17 GMT
  10. Organization: University of Illinois at Urbana
  11. Lines: 22
  12. Message-Id: <39s5bl$dqe@vixen.cso.uiuc.edu>
  13. Reply-To: jwarner@prairienet.org (Jack E. Warner)
  14. Nntp-Posting-Host: firefly.prairienet.org
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17.  
  18. My .kermrc file looks something like this (from memory):
  19.  
  20.     set line /dev/ph1
  21.     set speed 9600
  22.     set <something else>
  23.     log session
  24.     dial 0000000
  25.     connect
  26.  
  27. How do I tell C-Kermit for UNIX "if you get a busy signal, hangup and redial
  28. until you get success, then connect"? I have no documentation for this
  29. program and would like to customize it just a bit and get tired of typing
  30. red, ^c, red ^c, red, ^c, red, ^c, red, ... connect.
  31.  
  32. Please send response to jwarner@prairienet.org
  33. Thanks, 
  34. Jack.
  35.  
  36.  
  37. -- 
  38.